Using the iLoader editing tools
Scripts can be edited using iLoader's own tools.
To edit your scripts, click the
Scripts tab of the iLoader screen.

- Control File - controls the sequence the scripts are run
- Data Transformation - performs data engineering and decode commands, this is the script you should use to create and maintain all your script definitions
Note: |
It is no longer necessary to use the Preload, Link and Post Load scripts, you should set up all those functions (and more) in the Data Transformation script . |
You can make changes to scripts in the text box in the right-hand panel.
The icon buttons at the top of the main screen provide additional editing tools:
|
Comment Out - highlight a section of the script and click this icon to comment out a piece of code. The commented code will be highlighted in green.
|
|
To switch off the comment color, select
Enhanced from the Editor Menu.
|
|
Uncomment
- highlight a section of the script and click this icon to remove comments from the selected code.
|
|
Add a Bookmark
- inserts a bookmark at the position of the cursor.
|
|
Go to Next Bookmark
- moves forward to the next bookmark.
|
|
Go to Previous Bookmark
- moves backwards to the previous bookmark.
|
|
Remove all Bookmarks
- deletes all bookmarks from the script.
|
|
Find
- use the Find functionality to locate a section of the script. You can also activate Find by pressing
Ctrl F.
|
|
|